[NET] front: Network devices need to be freed by free_netdev not kfree.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 18 May 2006 09:12:07 +0000 (10:12 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Thu, 18 May 2006 09:12:07 +0000 (10:12 +0100)
commit4b202a1f902f67f54ae464251272c8325c0e9f15
treeb1832ae587c095cce0e6afbdf0c45478a23e7241
parent69cb5d24d4c0c895efc2810428e37405c33373be
[NET] front: Network devices need to be freed by free_netdev not kfree.
Also, fix some missing unwinds in error path.
Still not convinced there aren't some lurking double free's in the error
paths here.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
linux-2.6-xen-sparse/drivers/xen/netfront/netfront.c